You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cmdlet remove-pnpcontainertype and minor changes. closes#3670. (#3689)
* cmdlets remove-pnpcontainertype and minor changes
* cmdlets remove-pnpcontainertype and minor changes
---------
Co-authored-by: Gautam Sheth <gautamdsheth@outlook.com>
* SharePoint: Access to the SharePoint Tenant Administration site
17
+
18
+
The Remove-PnPContainerType cmdlet removes a trial container from the SharePoint tenant. The container to remove is specified by the Identity parameter.
Removes the specified trial container by using the container id.
38
+
39
+
## PARAMETERS
40
+
41
+
### -Connection
42
+
43
+
Optional connection to be used by the cmdlet. Retrieve the value for this parameter by either specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection.
44
+
45
+
```yaml
46
+
Type: PnPConnection
47
+
Parameter Sets: (All)
48
+
49
+
Required: False
50
+
Position: Named
51
+
Default value: None
52
+
Accept pipeline input: False
53
+
Accept wildcard characters: False
54
+
```
55
+
56
+
### -Identity
57
+
58
+
Specify the container id.
59
+
60
+
```yaml
61
+
Type: Guid
62
+
Parameter Sets: (All)
63
+
64
+
Required: True
65
+
Position: 0
66
+
Default value: None
67
+
Accept pipeline input: True (ByValue)
68
+
Accept wildcard characters: False
69
+
```
70
+
71
+
## RELATED LINKS
72
+
73
+
[Microsoft 365 Patterns and Practices](https://aka.ms/m365pnp)
0 commit comments