-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathResources.psd1
More file actions
22 lines (21 loc) · 1.69 KB
/
Resources.psd1
File metadata and controls
22 lines (21 loc) · 1.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
ConvertFrom-StringData -StringData @'
CheckingArrayMembers = Checking array for '{0}' members.
MembershipCountMismatch = Array membership count is not correct. Expected '{0}' members, actual '{1}' members.
MemberNotInDesiredState = Array member '{0}' is not in the desired state.
RemovingDuplicateMember = Removing duplicate array member '{0}' definition.
MembershipInDesiredState = Array membership is in the desired state.
MembershipNotDesiredState = Array membership is NOT in the desired state.
ExecutingNetsh = Executing: 'NETSH.EXE {0}'.
QueryingWmiObjectClass = Querying WMI oject class '{0}'.
ApplyingWmiQueryFilter = Applying WMI query filter '{0}'.
GettingGatewayAddress = Getting the default gateway address for network adapter '{0}'.
SettingGatewayAddress = Setting default gateway address '{0}' for network adapter '{1}'.
GettingDnsServerAddress = Getting DNS server addresses for network adapter '{0}'.
SettingDnsServerAddress = Setting DNS server addresses '{0}' for network adapter '{1}'.
GettingIPAddress = Getting the IP address for network adapter '{0}'.
SettingIPAddress = Setting IP address '{0}' for network adapter '{1}'.
IPAddressDoesNotMatch = IPAddress does not match desired state. Expected '{0}', actual '{1}'.
ResourcePropertyMismatch = Property '{0}' does not match the desired state; expected '{1}', actual '{2}'.
ResourceInDesiredState = Resource '{0}' is in the desired state.
ResourceNotInDesiredState = Resource '{0}' is NOT in the desired state.
'@